Add missing parens. (#149190, Morten Welinder)
authorMatthias Clasen <maclas@gmx.de>
Tue, 3 Aug 2004 18:51:26 +0000 (18:51 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 3 Aug 2004 18:51:26 +0000 (18:51 +0000)
Tue Aug  3 14:50:14 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkicontheme.c (add_size): Add missing parens.
(#149190, Morten Welinder)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkicontheme.c

index 858c2275e08ae76b08c9097d319ab615bccf13b2..5ea56ebc8bf85b037143b4076309472fd0304df0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Aug  3 14:50:14 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkicontheme.c (add_size): Add missing parens.
+       (#149190, Morten Welinder)
+
 Tue Aug  3 14:29:49 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkcombobox.c (gtk_combo_box_menu_fill): Remove 
index 858c2275e08ae76b08c9097d319ab615bccf13b2..5ea56ebc8bf85b037143b4076309472fd0304df0 100644 (file)
@@ -1,3 +1,8 @@
+Tue Aug  3 14:50:14 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkicontheme.c (add_size): Add missing parens.
+       (#149190, Morten Welinder)
+
 Tue Aug  3 14:29:49 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkcombobox.c (gtk_combo_box_menu_fill): Remove 
index 858c2275e08ae76b08c9097d319ab615bccf13b2..5ea56ebc8bf85b037143b4076309472fd0304df0 100644 (file)
@@ -1,3 +1,8 @@
+Tue Aug  3 14:50:14 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkicontheme.c (add_size): Add missing parens.
+       (#149190, Morten Welinder)
+
 Tue Aug  3 14:29:49 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkcombobox.c (gtk_combo_box_menu_fill): Remove 
index 858c2275e08ae76b08c9097d319ab615bccf13b2..5ea56ebc8bf85b037143b4076309472fd0304df0 100644 (file)
@@ -1,3 +1,8 @@
+Tue Aug  3 14:50:14 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkicontheme.c (add_size): Add missing parens.
+       (#149190, Morten Welinder)
+
 Tue Aug  3 14:29:49 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkcombobox.c (gtk_combo_box_menu_fill): Remove 
index 7db346281ccfd07058bde77925391419c11d3a44..09110a7959aa685e3e6eb04ea1940bb64a92994d 100644 (file)
@@ -1304,7 +1304,7 @@ add_size (gpointer  key,
 
   **res_p = GPOINTER_TO_INT (key);
 
-  *res_p++;
+  (*res_p)++;
 }
 
 /**